home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / mu17_ext.zip / RLSERVHD.A < prev    next >
Text File  |  1994-03-07  |  350b  |  25 lines

  1. **
  2. **    $VER: rlservhdr.a 1.1 (08.02.94)
  3. **
  4. **    rlogin.service header
  5. **
  6. **    ⌐ Copyright 1994 by Norbert Pⁿschel
  7. **    All Rights Reserved
  8.  
  9. GLOBAL    SET    1
  10. REXX    SET    1
  11.  
  12.     INCLUDE    'libhdr.i'
  13.  
  14.     LIBRARY    'rlogin.service',1,1,0,rloginBase,'08.02.94'
  15.  
  16.     FUNCDEF StartServiceA
  17.     FUNCDEF    GetServiceAttrsA
  18.  
  19.     FUNCDEF    SetServiceAttrsA
  20.     FUNCDEF    AttemptShutdown
  21.  
  22.     ENDLIB
  23.  
  24.     END
  25.